home *** CD-ROM | disk | FTP | other *** search
- Mandelbrot = {
- ACTIONS = {
- };
- OUTLETS = {
- stringTable;
- WidthFormCell;
- actionView;
- HeightFormCell;
- YFormCell;
- XFormCell;
- channelMatrix;
- MouseViewI;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- MouseView = {
- ACTIONS = {
- showImage:;
- };
- OUTLETS = {
- image;
- WidthFormCell;
- HeightFormCell;
- XFormCell;
- MandelbrotI;
- YFormCell;
- };
- SUPERCLASS = View;
- };
-